home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-21 / aview64f.zip / VIEWCOMP.BAT < prev    next >
DOS Batch File  |  1992-06-08  |  1KB  |  33 lines

  1. rem
  2. rem AViewCom archive [port] [options]
  3. rem   archive  = file to view, or '*' to search
  4. rem   port     = 'com#' or 'local' where # = 0 to 22 and 0 = local
  5. rem options:
  6. rem   -a#      = ansi: 0 = mono, 1 = ansi, 2 = prompt user
  7. rem   -b#      = com port base address in hex
  8. rem   -c       = read options from configuration file
  9. rem   -d       = do not allow downloading
  10. rem   -e#      = extractor:  0-pkxarc,  1-pkunpak, 2-pak,  3-arc,
  11. rem                          4-pkunzip, 5-zoo,     6-lharc 7-arj 
  12. rem   -i#      = com port irq number
  13. rem   -l       = enable activity logging
  14. rem   -p{tpath}= tpath = d:pathname of temporary directory to extract files to
  15. rem   -q       = disable DesqView compability patch
  16. rem   -r#      = baud rate for file transfer calculations
  17. rem   -t#      = maximum number of minutes allowed in AViewCom
  18. rem   -u       = update USERINFO.DAT to reflect downloads
  19. rem   -v       = disable direct screen writes
  20. rem   -w       = read user information from DOOR.SYS
  21. rem Options order is not important, but archive must come first
  22. rem
  23. if "x%WCNODEID%" == "x" goto wc30s
  24. :wc30m
  25. cd \wc30\wcwork\node%WCNODEID%
  26. if "x%WCPORTID%" == "x" goto noport
  27. :wc30s
  28. \wc30\aviewcom\aviewcom %1 com%WCPORTID% -w
  29. goto end
  30. :noport
  31. \wc30\aviewcom\aviewcom %1 com1 -w
  32. :end
  33.